home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13324 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  926 b 

  1. Path: news.si.usherb.ca!usenet
  2. From: Arnaud FAUCHER <afaucher@andrew.sca.usherb.ca>
  3. Newsgroups: comp.lang.c++
  4. Subject: VC 4.0 Internal error linking...
  5. Date: 25 Mar 1996 00:55:52 GMT
  6. Organization: A poorly-installed InterNetNews site
  7. Message-ID: <4j4quo$c3u@news.si.usherb.ca>
  8. NNTP-Posting-Host: 132.210.202.7
  9.  
  10. I'm using MS Visual C++ 4.0 Standard Edition
  11. and I'm trying to compile an example of the tutorial
  12. (DAOEnrol).
  13.  
  14. That's the compiler output:
  15.  
  16. --------------------Configuration: DaoEnrol - Win32 Debug--------------------
  17. Compiling...
  18. StdAfx.cpp
  19. Compiling...
  20. SECTFORM.cpp
  21. SECTSET.cpp
  22. DaoEnrol.cpp
  23. DENRLDOC.cpp
  24. MainFrm.cpp
  25. Generating Code...
  26. Linking...
  27.  
  28. LINK : error : Internal error during Pass1
  29. link.exe terminated at user request.
  30. DaoEnrol.exe - 1 error(s), 0 warning(s)
  31.  
  32. Did anybody had this problem before ? Your help would
  33. be appreciated.
  34.  
  35. PS: I'm using a 486 DX2 with Win 95, 12 MB RAM
  36. and 16 MB virtual memory.
  37.  
  38.